'Declaration Public Function New( _
ByVal textOverlaySeparatorThe separator between text overlays.As System.String, _
ByVal ParamArray textOverlaysThe text overlays, which must be drawn in viewer.() As WpfTextOverlay _
)
public WpfTextOverlayGroup(
System.String textOverlaySeparator,
params WpfTextOverlay[] textOverlays
)
public: WpfTextOverlayGroup(
System.String textOverlaySeparator,
params WpfTextOverlay*[]* textOverlays
)
public:
WpfTextOverlayGroup(
System.String textOverlaySeparator,
... array<WpfTextOverlay^>^ textOverlays
)
Parameters
- textOverlaySeparator
- The separator between text overlays.
- textOverlays
- The text overlays, which must be drawn in viewer.